home *** CD-ROM | disk | FTP | other *** search
/ Apollo XIII - A Week to Remember / APOLLO_13.iso / pc / chpter3 / explode / explode.dir / 00073_exit script movie.ls < prev    next >
Encoding:
Text File  |  1995-05-22  |  207 b   |  15 lines

  1. on mouseDown
  2.   button(40, "exit inv", "exit", 3)
  3. end
  4.  
  5. on mouseUp
  6.   global gPlay, gQuitM
  7.   if gQuitM = 1 then
  8.     exit
  9.   end if
  10.   puppetSprite(45, 0)
  11.   set gPlay to 0
  12.   puppetSound(0)
  13.   play frame "exit"
  14. end
  15.